type github.com/cenkalti/backoff/v4.systemClock

3 uses

	github.com/cenkalti/backoff/v4 (current package)
		exponential.go#L98: type systemClock struct{}
		exponential.go#L100: func (t systemClock) Now() time.Time {
		exponential.go#L105: var SystemClock = systemClock{}